home *** CD-ROM | disk | FTP | other *** search
/ Apple Reference & Presentation Library 1993 Winter / The Apple Reference & Presentations Library CD Winter 93 - Partner Edition.7z / Image.iso / Applications / Spreadsheets / Lotus 1-2-3 Demo / 1-2-3•Balloons / 1-2-3•Balloons.rsrc / STR#_10108.txt < prev    next >
Text File  |  1992-10-16  |  1KB  |  39 lines

  1. Converts a number entered as a text string to its corresponding numeric value.
  2.  
  3. Converts all the letters in a text string to uppercase.
  4.  
  5. Removes leading, trailing, and consecutive space characters from a text string.
  6.  
  7. Converts the value x to a text string with n decimal places.
  8.  
  9. Returns the entry in the first cell of a range as a text string; or an empty text string if the cell contains a value.
  10.  
  11. Returns the last n characters in a text string.
  12.  
  13. Replaces characters in a text string with characters from another text string.
  14.  
  15. Duplicates a text string n times.
  16.  
  17. Capitalizes the first letter of each word in a text string and converts the remaining letters to lowercase.
  18.  
  19. Returns the entry in the first cell of a range as a value. If the cell contains text, returns the value 0.
  20.  
  21. Returns n characters in a text string, beginning with a specified character.
  22.  
  23. Converts all the letters in a text string to lowercase.
  24.  
  25. Counts the number of characters in a text string.
  26.  
  27. Returns the first n characters in a text string.
  28.  
  29. Calculates the position of the first character of a text string within another text string.
  30.  
  31. Returns 1 (true) if two text strings match exactly; returns 0 (false) if they are not the same.
  32.  
  33. Returns the Lotus Multibyte Character set (LMBCS) code that corresponds to the first character in a text string.
  34.  
  35. Strips non-printable characters from a text string.
  36.  
  37. Returns the Lotus Multibyte Character Set (LMBCS) character that corresponds to the number x.
  38.  
  39.